de.ueberdosis.mp3info.id3v2
Class FrameGEOB
java.lang.Object
|
+--de.ueberdosis.mp3info.id3v2.ID3V2Frame
|
+--de.ueberdosis.mp3info.id3v2.FrameGEOB
- All Implemented Interfaces:
- Defines
- public class FrameGEOB
- extends ID3V2Frame
General encapsulated object
In this frame any type of file can be encapsulated. After the header,
'Frame size' and 'Encoding' follows 'MIME type' represented as as a
terminated string encoded with ISO-8859-1. The filename is case sensitive
and is encoded as 'Encoding'. Then follows a content description as
terminated string, encoded as 'Encoding'. The last thing in the frame is
the actual object. The first two strings may be omitted, leaving only
their terminations. There may be more than one "GEOB" frame in each tag,
but only one with the same content descriptor.
Text encoding $xx
MIME type $00
Filename $00 (00)
Content description $00 (00)
Encapsulated object
Constructor Summary |
FrameGEOB(de.ueberdosis.mp3info.id3v2.ID3V2Frame frm,
de.ueberdosis.mp3info.id3v2.DataSource ds)
|
Methods inherited from class de.ueberdosis.mp3info.id3v2.ID3V2Frame |
canDisplay, canEdit, containsData, createJPanel, createPanel, deprecatedSince, equals, getData, getDataLengthIndicator, getFileAlterPreservation, getFrameID, getSize, getTagAlterPreservation, getUnsynchronisation, hasGroupingIdentity, isAltered, isCompressed, isEncrypted, isReadOnly, isValid, legalSince, toByteArray |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FrameGEOB
public FrameGEOB(de.ueberdosis.mp3info.id3v2.ID3V2Frame frm,
de.ueberdosis.mp3info.id3v2.DataSource ds)
throws SeekPastEndException
getLongName
public java.lang.String getLongName()
toString
public java.lang.String toString()
- Overrides:
toString
in class ID3V2Frame